This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
You're missing the point entirely ~Umberto Nongeroson 26.Nov.03 04:07 PM a Web browser Applications Development All ReleasesAll Platforms
1. DXL is XML. DXL is the name, the content and structure is XML. The meaning of the XML is defined in the Domino DTD (also XML). If the format doesn't suit you, then transform it to whatever you want via XSL Stylesheets and XPATH expressions.
2. You can export the entire design of a NTF/NSF as XML. Read the documentation about the NotesNoteCollection class and its properties (".SelectImageResources" or ".SelectScriptLibraries" sure sound they are related to design elements, don't they...) and how export it via the DXLExporter class. (In case the "DXL" in DXLExporter still irritates you, the class is a subclass of the NotesXMLProcessor class...there is the "XML" for you :-)